.thumb {
    font-size: 1.4em;
}

.class-text {
    flex-wrap: wrap;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.bg {
    /* The image used */
    /* background-image: url('https://imagizer.imageshack.com/img924/5713/AeOoZe.jpg'); */
    background-image: url('../img/bg3.jpg');

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
.map {
    width: 100%;
    min-height: 550px;
    max-height: 100%;
}

.map-index {
    width: 100%;
    height: 91vh;
}

#scrollBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: darkgray; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#scrollBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#askBtn {
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: lightblue; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#askBtn:hover {
    background-color: darkturquoise; /* Add a dark-grey background on hover */
}

.loading {
    background: transparent url('../img/load100.gif') center no-repeat;
}

.nowrap {
    white-space: nowrap;
}

.frame {
    object-fit: scale-down;
    /* width: 50px; */
    max-height: 30vh;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
}

.dropdown-item:hover {
    cursor: pointer;
}

a {
    outline : none;
}

#foto-gallery-container a:hover {
    text-decoration: none;
}

.info tr:first-child td {
    border-top: 0;
}

.table-list {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

/* .info {
background-color: #f0f0f0;
} */

.card-img-top-cust {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
    /* width: 100%; */
    max-width: 300px;
    max-height: 200px;
    /* width: 100%; */
}

.window-vessel-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
    /* width: 100%; */
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    /* width: 100%; */
}

.judul {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 860px) {
    .judul {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: small;
    }

}


/* @media screen and (max-width: 600px) {
    .judul {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: x-small;
    }
} */

.vessel-image {
    /* max-width: 200px;
    max-height: 100px; */
    width: 15em;
    height: 7em;
    /* object-fit: cover; */
    object-fit: scale-down;
}

.vessel-image-sidebar {
    width: 7em;
    height: 3em;
    /* object-fit: cover; */
    object-fit: scale-down;
    margin-top: auto;
    margin-bottom: auto;
    /* margin-left: auto;
    margin-right: auto; */
}

.vessel-image:hover {
    cursor: pointer;
}

.vessel-image-sidebar:hover {
    cursor: pointer;
}

.vessel-image-thuraya:hover {
    cursor: pointer;
}

/* .collapse-btn::before {
    content: "-";
    background-color: yellow;
    color: red;
    font-weight: bold;
}

.collapse-btn.collapsed::before {
    content: "+";
    background-color: yellow;
    color: red;
    font-weight: bold;
} */


.edit-image {
    position: absolute;
    /* right: 0; */
    /* top: 0; */
    top: 1;
    margin-top: 2%;
    margin-left: 85%;
    z-index: 2;
}

/* .nav-disabled {
    pointer-events: none;
} */

.nav-disabled:hover{
    cursor: not-allowed;
}

.dt-control:before, .dt-control-modal:before {
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131;
    cursor: pointer;
}

tr.shown .dt-control:before, tr.shown .dt-control-modal:before {
    content: "-";
    background-color: #d33333;
    cursor: pointer;
}

.image-prev {
    position: relative;
    object-fit: cover;
    width: 140px;
    height: 140px;
}

.del-image {
    position: absolute;
    right: 0;
    z-index: 2;
}

.ch-input {
    width: 70px;
}

.font-courier {
    font-family: 'Courier New', Courier, monospace;
}

.nowrap {
    white-space: nowrap;
}

th.fit, td.fit, tr.fit td, tr.fit th {
    width: 1%;
    white-space: nowrap;
}

.middle, tr.middle > th, tr.middle > td, th.middle, td.middle{
    vertical-align: middle;
    text-align: center;
    margin: 0;
}

tr.middle-y > th, tr.middle-y > td, th.middle-y, td.middle-y{
    vertical-align: middle;
    margin: 0;
}

tr.middle-x > th, tr.middle-x > td, th.middle-x, td.middle-x{
    text-align: center;
    margin: 0;
}

hr.fit {
    margin: 2px 0;
}

tbody.right > tr > td, td.right {
    vertical-align: middle;
    text-align: right;
}

th.right {
    vertical-align: middle;
    text-align: right;
}

tbody.left > tr > td, td.left {
    vertical-align: middle;
    text-align: left;
}

table.bg-white th, table.bg-white td {
    background-color: white;
}

pre.note {
    height: 57vh;
    overflow: scroll;
}

/* pre.note-full {
    height: 90vh;
    overflow: scroll;
} */

.show-site-kontrak:hover {
    cursor: pointer;
}

.form-control {
    /* padding: 6px 8px; */
    /* font-size: 14px; */
    border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: black;
}

:required {
    border-bottom: 2px solid #FC9700;
}

.nav-item {
    font-size: 1.05em;
    /* font-weight: bolder; */
}

/* NAVIGATION */
/* .navbar-nav li a,
.navbar-nav li a:after,
.navbar-nav li a:before {
    transition: all .5s;
} */

/* SHIFT */
/* .navbar-nav.shift li a {
    position:relative;
    z-index: 1;
} */

.navbar-nav li a:hover {
    color: #000000;
    background-color: #FC9700;
    transition: all .5s;
}

.net-link {
    /* color: red; */
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

.net-link:hover {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.form-control.is-invalid {
    background-position: right 1.2em center;
    border: 2px solid #e3342f;
    box-shadow: #FC9700;
}

.full-badge {
    font-size: 0.6em;
    vertical-align: middle;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.dataTable.table tbody > tr:hover {
    background-color: lightgray;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}


